window: Remove call to gtk_widget_reset_rc_styles()
authorBenjamin Otte <otte@redhat.com>
Tue, 2 Apr 2013 09:42:54 +0000 (11:42 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 2 Apr 2013 09:45:44 +0000 (11:45 +0200)
commitf47f94be427082c526e6b06b7d5edb44a851579f
tree8ead734c16732beaf95ece30bfece8481ce8112d
parenta55f1f4e957baa78f83dd04f1815d49fd7f44583
window: Remove call to gtk_widget_reset_rc_styles()

First of all, that call is deprecated. Second, we don't have RC styles
anymore. Third, what that function does today is invalidate style
contexts, but that happens automatically when setting the screen on the
style context later.

So this function is completely unnecessary.
gtk/gtkwindow.c